3.5.99 \(\int (d \csc (e+f x))^m (a+b (c \tan (e+f x))^n)^p \, dx\) [499]

Optimal. Leaf size=57 \[ (d \csc (e+f x))^m \left (\frac {\sin (e+f x)}{d}\right )^m \text {Int}\left (\left (\frac {\sin (e+f x)}{d}\right )^{-m} \left (a+b (c \tan (e+f x))^n\right )^p,x\right ) \]

[Out]

(d*csc(f*x+e))^m*(sin(f*x+e)/d)^m*Unintegrable((a+b*(c*tan(f*x+e))^n)^p/((sin(f*x+e)/d)^m),x)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int (d \csc (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(d*Csc[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

(d*Csc[e + f*x])^m*(Sin[e + f*x]/d)^m*Defer[Int][(a + b*(c*Tan[e + f*x])^n)^p/(Sin[e + f*x]/d)^m, x]

Rubi steps

\begin {align*} \int (d \csc (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx &=\left ((d \csc (e+f x))^m \left (\frac {\sin (e+f x)}{d}\right )^m\right ) \int \left (\frac {\sin (e+f x)}{d}\right )^{-m} \left (a+b (c \tan (e+f x))^n\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 2.94, size = 0, normalized size = 0.00 \begin {gather*} \int (d \csc (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(d*Csc[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

Integrate[(d*Csc[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p, x]

________________________________________________________________________________________

Maple [A]
time = 0.42, size = 0, normalized size = 0.00 \[\int \left (d \csc \left (f x +e \right )\right )^{m} \left (a +b \left (c \tan \left (f x +e \right )\right )^{n}\right )^{p}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*csc(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x)

[Out]

int((d*csc(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*(d*csc(f*x + e))^m, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="fricas")

[Out]

integral(((c*tan(f*x + e))^n*b + a)^p*(d*csc(f*x + e))^m, x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(f*x+e))**m*(a+b*(c*tan(f*x+e))**n)**p,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="giac")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*(d*csc(f*x + e))^m, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int {\left (a+b\,{\left (c\,\mathrm {tan}\left (e+f\,x\right )\right )}^n\right )}^p\,{\left (\frac {d}{\sin \left (e+f\,x\right )}\right )}^m \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*(c*tan(e + f*x))^n)^p*(d/sin(e + f*x))^m,x)

[Out]

int((a + b*(c*tan(e + f*x))^n)^p*(d/sin(e + f*x))^m, x)

________________________________________________________________________________________